.font_rubik{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h3{
    font-weight: 500;
    font-size: 28px;
    font-family: "Rubik", sans-serif;
}

h4{
    font-weight: 500;
    font-size: 26px;
    font-family: "Rubik", sans-serif;
}

h5{
    font-weight: 500;
    font-size: 24px;
    font-family: "Rubik", sans-serif;
}

h6{
    font-weight: 400;
    font-size: 22px;
    font-family: "Rubik", sans-serif;
}

.rounded-25px { border-radius: 25px !important; }